例文
- もっと例文: 1 2
- A commit statement controls the unit of work
- Be sure to issue the commit statement frequently in your application
- A commit statement guarantees all of the transaction s modifications are made a permanent part of the database
- Issuing a commit records all the work since the last commit statement " for keeps " in the database
- By issuing commit statements when work is complete , and ensuring that the data is accurate , you free up that data for other applications to use